Welcome![Sign In][Sign Up]
Location:
Search - SQlite C

Search list

[Database systemrealse

Description: 数据库访问操作 数据库操作类: 支持 SQLServer mysql sqlite Sybase Oracle等DB 数据库操作类 包括执行SQL或者存储过程,返回DataSet、DataTable等功能 完全支持存储过程和参数调用 javascriptClassLibrary 包括一些JavaScript 类封装 StringValid:字符串校验类 说明: 代码全部都是用 C# 语言(除JavaScript部分) 基于.net 2.0平台, 纯IL语言 Asp.net 和Winform WPF都可以使用 类库还分X86 和ANY 两种平台,满足将来 64位操作系统需要! 怎么使用呢? 1、ConnectionStrings.com 查找到 所需要的数据连接 字符串 2、找连接所需要类 我差不多都给你准备好了 3、区分好X86 和ANY的库 对于32位数据库只能用X86,64位的话用Any 比如 Sql Server 就有32位和64位之分 假如 你都用 32位,就用X86 如果 你打算 32位系统用32位Sql Server ,64位系统用64位Sql Server 那么可以使用Any 另外要注意 有的数据库只有32位,截至软件发布 2009-11-6 Sql Server Express和Access 都只有32位 4、 使用Microsoft Visual Studio 或者其他工具引用你需要的库 像 Sybase sqlite 都有链接库 就必须都要拷贝过去-Database operations categories: support for SQLServer mysql sqlite Sybase Oracle database operations such as DB Category Including the implementation of SQL or stored procedure and return DataSet, DataTable etc. Fully support the call stored procedures and parameters javascriptClassLibrary including some JavaScript class encapsulates StringValid: String Validation Class Description: All the code with C# language (except for some JavaScript) Based. Net 2.0 platform The language of pure IL Asp.net and Winform WPF can be used ANY library also points X86 and two platforms to meet the needs of the future 64-bit operating system! How to use it? 1, ConnectionStrings.com find the required data connection string 2, to connect the required class I am almost ready to give you 3, the distinction between good and ANY X86 libraries Database can only be used for 32-bit X86, 64-bit words with Any Such as Sql Server have 32-bit and 64-bit divided If you are
Platform: | Size: 1550336 | Author: Valiant | Hits:

[Education soft systemStudent-Info-Management-System

Description: 采用SQLite轻量级数据库编写的学生信息管理系统,包括院系、学生和课程信息。-Lightweight SQLite database prepared by the student information management system, including faculty, students and course information.
Platform: | Size: 330752 | Author: 毛可 | Hits:

[Data structsSQLite-BP

Description: SQLite B+.c B型树算法-SQLite B+.c
Platform: | Size: 36864 | Author: 李华 | Hits:

[Delphi VCLSQLite3Wrapper01

Description: 对SQLite3 简单的封闭,结构类似Delphi中ADODB的封装,所以数据库能够很容易的在嵌入式和C/S架构中切换-This is a small class wrapper for SQLite3. It is structured similar to an ADODB class wrapper that I m using, so I can easily switch between an embedded database and a client/server database.
Platform: | Size: 872448 | Author: 大勇 | Hits:

[Other DatabasesspeedTest

Description: SQLite 3 speed testing on C#
Platform: | Size: 103424 | Author: SinFu | Hits:

[ADO-ODBCSqlitex

Description: sqlite的测试程序,简单说明了一下,sqlite的用法。c的api接口-sqlite test procedures, a brief description of what, sqlite usage. c, api interfaces
Platform: | Size: 1242112 | Author: wwh | Hits:

[Other Databasessqlite

Description: test function sqllite with c-test function sqllite with c++
Platform: | Size: 4096 | Author: Bao | Hits:

[Other DatabasesSQLite-Summary

Description: 这是我在最近一段时间内学习SQLite的一些资料,有SQLite简介、SQLite的简单使用、SQLite3 C/C++ 开发接口简介(API函数)、在VC下使用SQLite等等,这些资料让我很快地入门,对我来说很有帮助,所以上传跟大家一起分享。-This is what I learn in the most recent SQLite some information About a SQLite, SQLite s simple to use, SQLite3 C/C++ programming interface profile (API functions), the VC use SQLite, etc., let me quickly the information entry, very helpful for me, so upload to share with everyone.
Platform: | Size: 20480 | Author: leebin | Hits:

[Other Databasessqlite-Src

Description: sqlite 3.7.8 database by c
Platform: | Size: 1329152 | Author: charles wales | Hits:

[ADO-ODBCsqlite-amalgamation-3070900

Description: 嵌入式数据库SQLite3.7.9的源代码-This ZIP archive contains all C source code for SQLite 3.7.9 combined into a single source file
Platform: | Size: 1336320 | Author: 刘夏辰 | Hits:

[IOSfmdb

Description: SQLite的Objective-C封装 是SQLite的C API對初學者來說實在太麻煩太瑣碎,難度太高。FMDB說穿了其實只是把C API包裝成簡單易用的Objective-C类。對于SQLite初學者來說,大大減低了上手的難度。有了FMDB,寫程式時只要專心在SQLite的 語法上,而不用去理那堆有看沒有懂的C API,實在是件快樂的事情。-The SQLite Objective-C package SQLite C API for beginners, it is too troublesome too trivial, too difficult. The FMDB put it bluntly, the C API package is just as simple to use Objective-C class. For SQLite beginners, will greatly reduce the use more difficult. With FMDB, just concentrate on writing code in the SQLite syntax, without having reason the pile does not understand the C API, it is a happy thing.
Platform: | Size: 38912 | Author: teng | Hits:

[Driver DevelopSQLite_shell.c.tar

Description: sqlite的脚本,想要了解sqlite的深层知识,下载下来看看。-sqlite script
Platform: | Size: 24576 | Author: Michael | Hits:

[androidSQLite

Description: 代码介绍: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2000年5月. 至今已经有10个年头,SQLite也迎来了一个版本 SQLite 3已经发布。 还有一件事,大家下载的时候,不要加数据库连接驱动包。本项目是不用的。-Code description: SQLite, a lightweight database, comply with the ACID-compliant relational database management system, its design goals is embedded, and has been used in many embedded products it, it takes up resources is very low in the embedded devices may only need a few hundred K of memory is enough. It can support Windows/Linux/Unix mainstream operating system, combining with many programming languages ​ ​ such as Tcl, C#, PHP, Java and other ODBC interface, the same compared to the Mysql, PostgreSQL Both open source world-renowned database management system in terms of its processing speed faster than they are. SQLite first Alpha version was born in May 2000 has been 10 years, SQLite also ushered in a version of SQLite 3 has been released. One more thing, when you download, do not add the database connection drive package. This project is not.
Platform: | Size: 56320 | Author: li | Hits:

[OtherOreilly.Using.SQLite.Aug.2010

Description: Developers, take note: databases aren t just for the IS group any more. You can build database-backed applications for the desktop, Web, embedded systems, or operating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This book shows how you to use SQLite, a small and lightweight database that you can build right into your application during development. Applications that handle data have an enormous advantage today, and with SQLite, you ll discover how to develop a database-backed application that remains manageable in size and complexity. This book guides you every step of the way. You ll get a crash course in data modeling, become familiar with SQLite s dialect of the SQL database language, and learn how you to work with SQLite using either a scripting language or a C-based language, such as C# or Objective C. Now, even relatively small and nimble applications can be a part of the data revolution. Using SQLite shows you how.  
Platform: | Size: 5684224 | Author: Yang Yu | Hits:

[ADO-ODBCsqlite-amalgamation-3071400

Description: sqlite3 数据库最新c源码-sqlite3 database source
Platform: | Size: 1120256 | Author: yatha | Hits:

[Other DatabasesSQLite

Description: 采用C#语言,连接Sqlite数据库的源码。-C# language, to connect Sqlite database source.
Platform: | Size: 1024 | Author: 赵艳 | Hits:

[ADO-ODBCCPP-sqlite

Description: c++实现了基于sqlite数据库的基本操作,包括:数据库建立,链接,读写等基本操作。-c++ implention sqlite database.
Platform: | Size: 4096 | Author: dou | Hits:

[CSharpC-Sharp-Sqlite-database

Description: Wince上,C#操作Sqlite数据库DEMO及资料。-Wince on, C# Sqlite database DEMO operation and information.
Platform: | Size: 2491392 | Author: hc_wu | Hits:

[Data structssqlite-amalgamation-3071700

Description: sqlite数据库C源码接口程序,通过此程序可以创建,修改和删除SQLITE数据及数据-sqlite database C source interface program, through this process can create, modify, and delete data, and data SQLITE
Platform: | Size: 1426432 | Author: revins | Hits:

[Other Databasessqlite-amalgamation-201307182028

Description: sqllite 操作示例 , 使用C语言操作db数据库-sqllite operation example, using the C language operation db database
Platform: | Size: 1363968 | Author: 2697244633 | Hits:
« 1 2 3 4 56 7 8 9 10 11 »

CodeBus www.codebus.net